home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / a2z.zip / A2ZSORT.HLP < prev    next >
Text File  |  1992-12-04  |  2KB  |  47 lines

  1.                          ░░░▒   ░░▒  ░░░░▒ ░░░░░▒
  2.                         ░▒     ░▒ ░▒ ░▒  ░▒  ░▒
  3.                           ░▒   ░▒ ░▒ ░░░░▒   ░▒
  4.                             ░▒ ░▒ ░▒ ░▒ ░▒   ░▒
  5.                          ░░░▒   ░░▒  ░▒  ░▒  ░▒
  6.  
  7.                             Index Data Bases
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.            enter SEQUENCE 'ascending' if A's come before B's, etc
  15.            enter SEQUENCE 'descending' if B's come before A's, etc
  16.  
  17.            enter SORTTYPE 'memory' to Qwik Sort in MEMORY
  18.            enter SORTTYPE 'disk' to sort on DISK
  19.  
  20.          ╔══════════════════════════════════════════════════════════╗
  21.          ║  the ENTIRE sort key is sorted ASCENDING or DESCENDING   ║
  22.          ║  SORT SEQUENCE is 1 to 3 fields, MAJOR to MINOR          ║
  23.          ╚══════════════════════════════════════════════════════════╝
  24.  
  25.               for example: if you want STATE sorted before NAME:
  26.  
  27.                    NAME     hit:   2
  28.                    STATE    hit:   1
  29.                             hit:   R
  30.  
  31.                    hitting Esc will EXIT sort
  32.  
  33.  
  34.          ╔══════════════════════════════════════════════════════════╗
  35.          ║                                                          ║
  36.          ║    if the SIZE of the data base is GREATER than MEMORY   ║
  37.          ║    allocated to sort, then a DISK sort is an OPTION      ║
  38.          ║                                                          ║
  39.          ║    DO NOT sort the data base on DISK unless necessary!   ║
  40.          ║                                                          ║
  41.          ║    .  it takes considerable time                         ║
  42.          ║    .  the REC numbers are re-assigned                    ║
  43.          ║                                                          ║
  44.          ║    ALWAYS backup the file BEFORE sorting on DISK         ║
  45.          ║                                                          ║
  46.          ╚══════════════════════════════════════════════════════════╝
  47.